GetRealtimeDataRequest

data class GetRealtimeDataRequest(contextId: GraphObjectId)

Represents request frame that can be used with WebAudio#getRealtimeData operation call.

Fetch the realtime data from the registered contexts.

See also

Constructors

GetRealtimeDataRequest
Link copied to clipboard
fun GetRealtimeDataRequest(contextId: GraphObjectId)

Properties

contextId
Link copied to clipboard
val contextId: GraphObjectId

Sources

jvm source
Link copied to clipboard